home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1743 < prev    next >
Encoding:
Text File  |  1996-08-06  |  1.7 KB  |  42 lines

  1. Newsgroups: comp.lang.c++
  2. Path: news3.noc.netcom.net!zdc!zippo!usenet
  3. From: Jim McFarland <jgm6@orkand.em.cdc.gov>
  4. Subject: Re: Can i use C code in Boland C++ 4.5 for dos, win and win32?
  5. Content-Type: text/plain; charset=us-ascii
  6. Sender: usenet@news.zippo.com
  7. Content-Transfer-Encoding: 7bit
  8. Nntp-Posting-Host: 158.111.166.77
  9. Organization: The Orkand Corporation
  10. Message-ID: <DL2K2n.97n@news.zippo.com>
  11. References: <DL01A9.J03@cunews.carleton.ca>
  12. X-Mailer: Mozilla 1.1N (Windows; I; 16bit)
  13. Mime-Version: 1.0
  14. Date: Fri, 12 Jan 1996 12:59:10 GMT
  15.  
  16. abelo@chat.carleton.ca (Andrew Belo) wrote:
  17. >I am taking a course in C and the teacher is using Turbo C++ for dos but I
  18. >have the Borland C++ 4.5 for dos, win and wind32(I have windows 95).  What
  19. >kind of problems
  20. >can this bring about(keep in mind I am just starting to learn C, as in I
  21. >have had 1 class).
  22. >
  23. >I figured that my version should be backward compatable with all the
  24. >programs that the class will do since the book says that it is written in
  25. >generic c.  They say that there code has been use on VAX 11/750 computer
  26. >running under BSD 4.3 UNIX and on an IBM AT clone using Microsoft 5.1 C,
  27. >Microsoft QuickC, and Borland Turbo C, all under MS-DOS.  
  28. >
  29. >I hope that you can tell me anythings that I will need to know. I have
  30. >already figured out that I have to use the TargetExpert to compile the
  31. >program to be a dos 16 bit program, but any, ANY kind of advice will be
  32. >greatly appriciated
  33. >
  34.  
  35. Yes, you can write C/DOS programs in BC++ 4.5, using either a makefile 
  36. and the command line compiler or by setting the Target Expert options 
  37. when setting up your project in the IDE, as you have already figured out. 
  38.  If that is what you are doing, you should have no problems.
  39.  
  40. Jim
  41.  
  42.